home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / lud105.arc / LUD105.DOC < prev   
Text File  |  1985-04-11  |  2KB  |  51 lines

  1.  
  2. LUD Command
  3. -----------
  4.  
  5. Purpose:   To delete one or more files from a library (LBR file).
  6.            Optionally, the library may be reorganized to recover
  7.            the space lost due to deleting members.
  8.  
  9. Format:    LUD  [d:][path]filename[.LBR] filename ... [/R]
  10.  
  11. Remarks:   The library name must be supplied. If a member file
  12.            name is supplied, it is deleted from the library.
  13.  
  14.            To reorganize the library, supply the /R operand.
  15.  
  16.            The library filename may contain a drive, path names,
  17.            and wildcard characters. The first file matching the
  18.            library filename is processed.
  19.  
  20.            Each member filename may contain wildcard characters.
  21.  
  22.            For LU86 format libraries the date/time stamps are
  23.            not changed, but the directory CRC is updated.
  24.  
  25. Examples:
  26.         o  Delete member file 'TEST.DTA' from library 'STUFF.LBR'
  27.  
  28.                 LUD STUFF TEST.DTA
  29.  
  30.         o  Delete all member files with and extension of 'ASM'
  31.  
  32.                 LUD A:\SAVE.DIR\STUFF *.ASM
  33.  
  34.         o  Recover lost space in library 'ARLO.LBR'
  35.  
  36.                 LUD ARLO /R
  37.  
  38.         o  Delete several members and reorganize library 'MONDO.LBR'
  39.  
  40.                 LUD MONDO FOO.TXT *.DOC /R
  41.  
  42.  
  43. Notes:     Written for the IBM PC using DOS 2.0 or later.
  44.            (c) Copyright 1985 Vernon Buerg.
  45.            For public domain use. Not for sale or hire.
  46.  
  47.            LUD duplicates the D and R functions of LU.
  48.  
  49.            Version 1.0 - April 11, 1985
  50.  
  51.